home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TNOTIFYMESSAGE / TNOTIFYMESSAGE.txt < prev   
Encoding:
Text File  |  1999-05-28  |  956 b   |  49 lines

  1. object NotifyMessage: TNotifyMessage
  2.   Left = 292
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Notification'
  7.   ClientHeight = 114
  8.   ClientWidth = 206
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 50
  19.     Top = 32
  20.     Width = 137
  21.     Height = 13
  22.     Caption = 'You have received new mail.'
  23.   end
  24.   object infoImage: TImage
  25.     Left = 4
  26.     Top = 21
  27.     Width = 42
  28.     Height = 39
  29.     Picture.Data = {<image000.bmp>}
  30.     Transparent = True
  31.   end
  32.   object Button1: TButton
  33.     Left = 73
  34.     Top = 76
  35.     Width = 60
  36.     Height = 24
  37.     Cancel = True
  38.     Caption = '&OK'
  39.     Default = True
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Timer1: TTimer
  44.     Interval = 60000
  45.     OnTimer = Timer1Timer
  46.     Left = 176
  47.   end
  48. end
  49.